home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr25 / gg243774.zip / PWFOLDER.ZIP / PWFOLDER.PSC < prev    next >
Text File  |  1992-04-03  |  817b  |  38 lines

  1.  
  2. # This file was generated by the SOM Compiler.
  3. # FileName: pwfolder.psc.
  4. # Generated using:
  5. #     SOM Precompiler spc: 1.22
  6. #     SOM Emitter emitpsc: 1.10
  7.  
  8. /*
  9.  * Include the .sc file
  10.  */
  11. #include "pwfolder.sc"
  12.  
  13. class: PWFolder;
  14.  
  15. methods:
  16.  
  17.  
  18.     BOOL    QueryInfo(PPWF_INFO pPWFolderInfo), private;
  19.  
  20.     -- 
  21.     --   METHOD:   QueryInfo                                   PRIVATE
  22.     -- 
  23.     --   PURPOSE:  Copies instance data into the PWF_INFO structure.
  24.     -- 
  25.     --   INVOKED:  From PasswordDlgProc
  26.     -- 
  27.  
  28.     BOOL    SetInfo(PPWF_INFO pPWFolderInfo), private;
  29.  
  30.     -- 
  31.     --   METHOD:   SetInfo                                     PRIVATE
  32.     -- 
  33.     --   PURPOSE:  Sets instance data from the PWF_INFO structure.
  34.     -- 
  35.     --   INVOKED:  From PasswordDlgProc
  36.     -- 
  37.  
  38.